home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / StereoScope-3.2 / dotAt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-30  |  289 b   |  13 lines

  1. /* dotAt.h generated from dotAt.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DOTAT_H
  6. #define DOTAT_H
  7.  
  8. extern void dotAt(float mkcpath[], int ntotal, int mygstate);
  9.  
  10. extern void dotAtPSonly(float mkcpath[], int ntotal, float radius, float shade);
  11.  
  12. #endif DOTAT_H
  13.